home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / DiinoBackupAgent.exe / 0 / RCDATA / TDLGBACKUPRUN / TDLGBACKUPRUN.txt
Text File  |  2006-11-06  |  1KB  |  72 lines

  1. object dlgBackupRun: TdlgBackupRun
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 121
  7.   ClientWidth = 494
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   DesignSize = (
  18.     494
  19.     121)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ProgressBar: TJvXPProgressBar
  23.     Left = 8
  24.     Top = 38
  25.     Width = 481
  26.     Height = 25
  27.     Smooth = True
  28.     Anchors = [akLeft, akTop, akRight]
  29.   end
  30.   object lblStatus: TBwLabel
  31.     Left = 10
  32.     Top = 16
  33.     Width = 477
  34.     Height = 13
  35.     Anchors = [akLeft, akTop, akRight]
  36.     AutoSize = False
  37.     ShortenCaption = False
  38.     MinimizePath = True
  39.   end
  40.   object LblNote: TBwLabel
  41.     Left = 10
  42.     Top = 72
  43.     Width = 477
  44.     Height = 13
  45.     Anchors = [akLeft, akTop, akRight]
  46.     AutoSize = False
  47.     WordWrap = True
  48.     ShortenCaption = False
  49.     MinimizePath = False
  50.   end
  51.   object btnOK: TTntButton
  52.     Left = 200
  53.     Top = 92
  54.     Width = 75
  55.     Height = 25
  56.     Caption = '&OK'
  57.     ModalResult = 1
  58.     TabOrder = 1
  59.     OnClick = btnOKClick
  60.   end
  61.   object btnCancel: TTntButton
  62.     Left = 200
  63.     Top = 92
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '&Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 0
  69.     OnClick = btnCancelClick
  70.   end
  71. end
  72.